home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / lmenu22.zip / README.DOC < prev    next >
Text File  |  1994-09-26  |  4KB  |  81 lines

  1. This file contains changes to Launch that occured too late to appear
  2. in the manual:
  3.  
  4. ----------------------------------------------------------------------------
  5.  
  6. New features (appearing in v2.20, 24/9/94)
  7.  
  8. 1) Usage tracking is now available, and is controlled by the new LAUNCH.INI
  9.    directive "LogFile". Omitting a LogFile entry in LAUNCH.INI (or leaving
  10.    it blank) disables usage tracking, otherwise the filename given is used
  11.    to track Launch events. If the filename given does not exist, it is 
  12.    created, if it does exist, new events are added (appended) to the file.
  13.  
  14.    eg
  15.    LogFile=                         ;disables usage tracking
  16.    ;LogFile=track.txt               ;also disables usage tracking
  17.    LogFile=\launch\usage.txt        ;uses the file \launch\usage.txt to
  18.                                      record usage information
  19.  
  20.    The events recorded are:
  21.     LOGGED IN                   User started Launch via log-in screen
  22.     LOGGED IN AUTOMATICALLY     User started Launch, bypassing log-in screen
  23.     LOGGED OUT                  User left Launch
  24.     <Option name>               User ran option <Option name>
  25.     RETURNED TO LAUNCH          User returned to Launch after running an option
  26.  
  27.  
  28.    Information is reported in the following format:
  29.     User Name   Time     Date        Event
  30.     ----------  -------- ----------  -------------------------------------
  31.     1234567890  hh:mm:ss dd-mm-yyyy  Event description (see above)
  32.  
  33.  
  34.    Sample usage file:
  35.     Launch Log File
  36.  
  37.     User        Time     Date        Event
  38.     -------------------------------------------------------------------------
  39.     SUPERVISOR  22:11:11 12-09-1994  LOGGED IN
  40.     SUPERVISOR  22:11:27 12-09-1994  \Utilities\BatchEdit
  41.     SUPERVISOR  22:11:35 12-09-1994  RETURNED TO LAUNCH
  42.     SUPERVISOR  22:11:40 12-09-1994  \Application Programs\XTree Gold
  43.     SUPERVISOR  22:12:08 12-09-1994  RETURNED TO LAUNCH
  44.     SUPERVISOR  22:12:13 12-09-1994  \Application Programs\MicroSoft Windows
  45.     SUPERVISOR  22:12:54 12-09-1994  RETURNED TO LAUNCH
  46.     SUPERVISOR  22:12:55 12-09-1994  LOGGED OUT
  47.     FRED        22:13:11 12-09-1994  LOGGED IN
  48.     FRED        22:13:33 12-09-1994  \Utilities\Directory Sizes
  49.     FRED        22:13:39 12-09-1994  RETURNED TO LAUNCH
  50.     FRED        22:13:45 12-09-1994  \Utilities\BatchEdit
  51.     FRED        22:15:32 12-09-1994  RETURNED TO LAUNCH
  52.     FRED        22:15:33 12-09-1994  \Programming Tools\1 Menu
  53.     FRED        22:17:55 12-09-1994  RETURNED TO LAUNCH
  54.     FRED        22:17:56 12-09-1994  \Programming Tools\Transfer - New Menu
  55.     FRED        22:18:00 12-09-1994  RETURNED TO LAUNCH
  56.     FRED        22:18:00 12-09-1994  LOGGED OUT
  57.  
  58.  
  59.    Note: Usage tracking was only added because other menu programs have it.
  60.    Its only use is on non-network systems (eg home PC's) where the actions
  61.    of other users needs to be monitored (eg children). Tracking facilities
  62.    normally offered by networks exceed the facilities provided here.
  63.  
  64. New features (appearing in v2.11)
  65.  
  66. 1) AutoBuild may also be used with Links. This new feature allows you to 
  67.    choose the drive, directory and structure to link in.
  68.  
  69. 2) Multiple hot keys may now be defined. They are defined in exactly the
  70.    same way as previously ie prefixed by a carat "^".
  71.  
  72. ----------------------------------------------------------------------------
  73.  
  74. Bug fixes
  75.  
  76. 8/9/94   The supervisor can now, at their discretion, bypass entering an
  77.          option's password by pressing [F9]. This allows the supervisor
  78.          to delete items they have forgotten the password of. It also
  79.          allows them to delete items created with a password by other
  80.          users with editing privileges.
  81.